home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osphere.res < prev    next >
Text File  |  2003-02-27  |  424b  |  24 lines

  1. CONTAINER Osphere
  2. {
  3.     NAME Osphere;
  4.     INCLUDE Obase;
  5.  
  6.     GROUP ID_OBJECTPROPERTIES
  7.     {
  8.         REAL PRIM_SPHERE_RAD { UNIT METER; MIN 0.0; }
  9.         LONG PRIM_SPHERE_SUB { MIN 1; MAX 1000; }
  10.         LONG PRIM_SPHERE_TYPE
  11.         {
  12.             CYCLE
  13.             {
  14.                 PRIM_SPHERE_TYPE_STANDARD;
  15.                 PRIM_SPHERE_TYPE_TETRA;
  16.                 PRIM_SPHERE_TYPE_HEXA;
  17.                 PRIM_SPHERE_TYPE_OCTA;
  18.                 PRIM_SPHERE_TYPE_ICOSA;
  19.             }
  20.         }
  21.         BOOL PRIM_SPHERE_PERFECT {}
  22.     }
  23. }
  24.